Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aba03d24 authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Add "static" to a static function



Change-Id: I147d0138f2871d1fa873184b1e6e8075328a8501
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent 05214c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ void gatt_send_prepare_write(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb)
** Returns          void
**
*******************************************************************************/
void gatt_process_find_type_value_rsp (tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data)
static void gatt_process_find_type_value_rsp (tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data)
{
    tGATT_DISC_RES      result;
    UINT8               *p = p_data;