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

  /external/bluetooth/bluedroid/bta/pan/
bta_pan_main.c 331 ** Function bta_pan_scb_by_handle
339 tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle) function
399 if ((p_scb = bta_pan_scb_by_handle(p_msg->layer_specific)) != NULL)
407 if ((p_scb = bta_pan_scb_by_handle(p_msg->layer_specific)) != NULL)
bta_pan_int.h 200 extern tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle);
bta_pan_act.c 102 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
165 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
238 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
bta_pan_ci.c 207 p_scb = bta_pan_scb_by_handle(handle);

Completed in 160 milliseconds