Searched refs:is_register (Results 1 - 7 of 7) sorted by relevance

/system/bt/bta/hl/
H A Dbta_hl_api.c111 tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register,
117 if (is_register)
126 p_buf->is_register = is_register;
163 p_buf->is_register = is_register;
110 BTA_HlUpdate(UINT8 app_id, tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register, tBTA_HL_CBACK *p_cback) argument
H A Dbta_hl_int.h244 BOOLEAN is_register; /* Update HL application due to register or deregister */ member in struct:__anon232
789 extern tBTA_HL_STATUS bta_hl_app_update(UINT8 app_id, BOOLEAN is_register);
H A Dbta_hl_main.c612 status = bta_hl_app_update(p_data->api_update.app_id, p_data->api_update.is_register);
613 if (!p_data->api_update.is_register)
H A Dbta_hl_utils.c2181 tBTA_HL_STATUS bta_hl_app_update(UINT8 app_id, BOOLEAN is_register) argument
2194 if (is_register)
/system/bt/stack/btm/
H A Dbtm_devctl.c707 ** If is_register=TRUE, then the function will be registered;
708 ** if is_register=FALSE, then the function will be deregistered.
715 tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register) argument
731 if (is_register == FALSE)
741 if (is_register)
/system/bt/bta/include/
H A Dbta_hl_api.h680 tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register,
/system/bt/stack/include/
H A Dbtm_api.h2032 ** If is_register=TRUE, then the function will be registered;
2033 ** if is_register=FALSE, then the function will be deregistered.
2040 extern tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register);

Completed in 115 milliseconds