HomeSort by relevance Sort by last modified time
    Searched refs:gatt_clcb_alloc (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 792 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL)
844 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
909 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL )
    [all...]
gatt_int.h 608 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
gatt_utils.c 1503 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) function
    [all...]

Completed in 149 milliseconds